header {
	width:100%;
	margin:0 auto;
	height: auto;
	float: left;
	font-size: 13px;
	font-family: inherit;
	color: #5d5d5d;
	position: relative;
	box-shadow: 1px 1px 20px black;
}

#social-media-icons {
	width:150px;
	margin:0 auto;
	padding: 0;
	z-index: 999;
	box-shadow: 0px 0px 2px #666666;
}

#social-media-icons img{
	width:21% !important;
	margin: 0;
	padding:2% !important;

	float: right !important;
	opacity: 0.9;
}	

#social-media-icons img:hover{
	opacity: 1;
}	



#topBar {
	width: 100%;
	font-size: 15px;
	height: auto;
	background: #555;
	color: white;
	float: none;
	float:left;
	padding: 0%;
	z-index: 1;
	overflow: hidden;
	text-shadow:1px 1px 2px #333 !important;
}

#topBar #time {
	float: left;
	width:30%;
	height: 30px;
	text-transform: uppercase;
	padding: 0%;
	margin: .0% 0%;

	margin-top: -10%;
	transition:margin-top 1s cubic-bezier(0.86, 0, 0.07, 1);
}

#time p {
	padding:.5% 2%;
}

 #topBarMenu {
 	float: right;
	/*padding: 0% 0%;*/
	text-align: right;
	width: 50%;
	height: 30px;
	margin: 0% 0%;
	margin-top: -6%;

	transition:margin-top 1s cubic-bezier(0.86, 0, 0.07, 1);
}

#topBarMenu li {
	display: block;
	float: right;
	padding: .15% .8%;
	width: auto;
	height:;
	margin: 0;
	border-left: 1px solid grey;
}


#topBarMenu li a {

	text-decoration: none;
	color:white;
	text-transform: uppercase;
	font-weight: normal;
}

#topBarMenu li:hover {
	color: white;

	background: #444;
	text-shadow:0px 0px 0px black;

}

#topBarMenu li:hover a {
	text-shadow:none;

}

#logoBar {
	/*background: #ece8e2;*/
	background: #666;

/*	
background: rgb(77,77,77);
background: -moz-linear-gradient(top,  rgba(77,77,77,1) -1%, rgba(102,102,102,1) 51%, rgba(77,77,77,1) 100%);
background: -webkit-linear-gradient(top,  rgba(77,77,77,1) -1%,rgba(102,102,102,1) 51%,rgba(77,77,77,1) 100%);
background: linear-gradient(to bottom,  rgba(77,77,77,1) -1%,rgba(102,102,102,1) 51%,rgba(77,77,77,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#4d4d4d',GradientType=0 );
*/








	float: left;
	z-index: 9999;
	width:100%;
	height: auto;
	margin:0%;

}

#logoBar h3, #logoBar #logo-title {
	font-family: arial;
	font-weight: thin;
	letter-spacing: 0em;
	color: white;
	float: left;
	opacity: 0;
	width:29%;
	font-size: 17px;
	white-space: nowrap;
	vertical-align: middle;	
	margin:2.7% 2%;
	margin-left: 1%;
	text-align: center;
	transition:margin-left 1s opacity 3s;
	padding: 0;

}

#logoContainer {
	width:28%;
	/*height: 90px;*/
	height: auto;
	margin-top: -.5%;
	margin-bottom: -5%;
	float: left;
	overflow: visible;
	margin-left: 1%;
	opacity:0;
  	transition:margin-left 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s; 

	position: relative;
	z-index: 99999;

}

#logo {
	float: left;
	width: 82.5%;
	margin: 0;
	padding: 0;


}

#logo img {
		-webkit-filter:brightness(100%);
}

#logo-underline {
	background: #E9900D;
	position: relative;
	display: block;
	width: 0%;
	margin-left: 2%;
	margin-top: -8.5%;
	transition:margin-left 1s, width 1.6s, opacity 2s;
	opacity: 0;
	height: 5px;
	float: left;
	padding: 0;
	border-radius: 2px;
}

#logo-underline::after {
	content:"";
	background: orange;
	float: right;
	margin-top: -3px;
	width:11px;
	height: 11px;
	border-radius:180px;
	position:relative;
}

#logo-underline-after-animate {
	background: #E9900D;
	position: relative;
	display: block;
	width: 0%;
	margin-left: 2%;
	margin-top: -8.5%;
	transition:margin-left 1s;
	transition:width 1s;
	height: 5px;
	float: left;
	padding: 0;
	border-radius: 2px;
}

#logo-underline-end {
	display: block;
	background: orange;
	border-radius: 150px;
	width:0px;
	height: 0px;
	margin-top: -3px;
	position: relative;
	float: right;
}

#logo-star {
	float: left;
	width: 30%;
	margin: 0;
	margin-left: -12.5%;
	margin-top: -1.8%;
	padding: 0;
	opacity: 0;
	transition:opacity .5s;
	transition:width 1s;
	pointer-events: none;
	/*background: url('../../../img/opteclogo-star.png');
	background-size: 130px;
	background-repeat: no-repeat;*/

}


#search {
	width:29%;
	padding:0;
	margin-top: 2.25%;
	margin-left: 0%;
	transition:margin-left 2s cubic-bezier(.14,.93,.57,.63), display 2s;
	float: left;
	white-space: nowrap;
	display: none;
}

#logoBar #search input {

}

#search input[type="text"] {
	width:60%;
   	font-size: 1em;
    padding: 0.5em;
	float: left;
	border:none;
	border-radius: 0px;
	-webkit-appearance:none;
}

#search input[type="submit"] {
	background:#E9900D;
	border: none;

	width:32%;
	font-family:Arial, sans-serif;
	margin-left:0%;
	color:white;
    font-size: 1em;
    padding: 0.51em 0;
	border-radius: 0px;
	cursor: pointer;
	margin-top: 0 !important;
	/*text-transform: uppercase;*/
	float: left;
	text-shadow:0px 0px 4px #222;
	box-sizing: content-box;
	-webkit-appearance:none;


}

#search input[type="submit"]:hover {
	background:orange;
}

#imgBar {
	/*background: #2e5880;*/

	/*background: rgb(46,83,124); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlNTM3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OTc1OTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(46,83,124,1) 0%, rgba(89,117,149,1) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,83,124,1)), color-stop(100%,rgba(89,117,149,1))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  rgba(46,83,124,1) 0%,rgba(89,117,149,1) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(46,83,124,1) 0%,rgba(89,117,149,1) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(46,83,124,1) 0%,rgba(89,117,149,1) 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  rgba(46,83,124,1) 0%,rgba(89,117,149,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e537c', endColorstr='#597595',GradientType=0 ); /* IE6-8 */

	margin: 0;
	padding: 0%;
	width: 100%;
	overflow: hidden;
	height: auto;
	float: left;
	z-index: 0;
	position: relative;
	/*box-shadow: 0px 0px 3px black;*/
}

.header-slider {
	float: left;
	max-width: none !important;
	width: 96%;
	margin-right: 2% !important;
	margin-left: 2% !important;
	margin-top: 2% !important;

}

.header-slider #metaslider-667 img {
	width:auto !important;
}

#imgLeft {
	width:65%;
	height: auto;
	margin: 0;
	margin-left: 0%;
	opacity: .9;
	transition:margin-left 1s cubic-bezier(0.86, 0, 0.07, 1);
	transition:opacity 2s;
	float: left;
	z-index: 0;
	position: relative;
}

#header-nsf-logo {
	margin:.8% 2% 0% 2%;
	width:5%;
	float: left;
	opacity: 0;
}


#imgRightText {
	width:auto;
	float: left;
	color:white;
	text-shadow:0px 0px 5px black;
	padding:3% 2%;
	position: relative;
	font-style: italic;

}


.circle {
	width:30px;
	height: 30px;
	background: lightyellow;
	opacity: 0;
	border-radius: 90px;
	float: left;
	display: block;
	position: absolute;
	z-index: 99999;
}

.circle:hover {
		opacity: 0.5;
}

.row .circle {
	position: absolute;
	left:0;
}

.row {
	float: left;
	width: 100%;
	position: absolute;
	margin: 0;
	padding: 0;
}


/*** RESPONSIVE HEADER STYLES ***/

@media (max-width: 1500px) {
	#logoBar h3, #logoBar #logo-title  {
		font-size:14px;
	}
}

@media (max-width: 1200px) {
	#logoBar h3, #logoBar #logo-title  {
		font-size:13px;
	}
}

@media (max-width: 1100px) {
	#logoBar h3, #logoBar #logo-title  {
		visibility: hidden;
		margin: 0;
		padding: 0;
		height: 0;

	}

	#time {
		width: auto;
		white-space: nowrap;
	}

}

@media (max-width:900px) {


.social-media-full-width {
	width:3.5%;
	padding: 0;
	margin-top:-50%;
	margin-left:;
	transition:margin-top 1s;
	position: fixed;
	display: inline;
	top:.3%;
	left:0;
	z-index: 999;
	box-shadow: 0px 0px 8px #666666;
	display: none;
}

.social-media-top-bar {
	width:auto;
	float: right;
	padding: 0;
	margin-top:0%;
	margin-left:0;

	position: relative;
	display: block;


	z-index: 999;
	box-shadow: 0px 0px 8px #666666;
}

.social-media-top-bar img {
	float: left;
	width:26px;
	height: 100%;
}


}